home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1878 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  720 b 

  1. Path: osiris.wu-wien.ac.at!usenet
  2. From: Rony.Flatscher@wu-wien.ac.at
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Sending lines to an external program?
  5. Date: 8 Apr 1996 12:22:47 GMT
  6. Organization: University of Economics and Business Administration
  7. Distribution: inet
  8. Message-ID: <4kb0en$org@osiris.wu-wien.ac.at>
  9. References: <4k7e41$2mq@cville-srv.wam.umd.edu>
  10. Reply-To: Rony.Flatscher@wu-wien.ac.at
  11. NNTP-Posting-Host: rony.wu-wien.ac.at
  12. X-Newsreader: IBM NewsReader/2 v1.9d - NLS
  13.  
  14. In <4k7e41$2mq@cville-srv.wam.umd.edu>, techno@wam.umd.edu (Nocturnal Guardian) writes:
  15. >How can I output a bunch of lines so an external program can use them as
  16. >input?
  17.  
  18. Use SAY or LINEOUT() with the filename "stdout:" to write to.
  19.  
  20. ---rony
  21.  
  22.